- clone
HipTextureRegion clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHeight
int getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRegion
TextureCoordinatesQuad getRegion()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTexture
const(IHipTexture) getTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTexture
IHipTexture getTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
- getVertices
float[8] getVertices()
Undocumented in source. Be warned that the author may not have intended to support it.
- getWidth
int getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasSuccessfullyLoaded
bool hasSuccessfullyLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
- isFlippedX
bool isFlippedX()
Undocumented in source. Be warned that the author may not have intended to support it.
- isFlippedY
bool isFlippedY()
Undocumented in source. Be warned that the author may not have intended to support it.
- isReady
bool isReady()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDispose
void onDispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- onFinishLoading
void onFinishLoading()
Undocumented in source. Be warned that the author may not have intended to support it.
- setFlippedX
void setFlippedX(bool flip)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFlippedY
void setFlippedY(bool flip)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRegion
void setRegion(float u1, float v1, float u2, float v2)
Defines a region for the texture in the following order:
Top-left
Top-Right
Bot-Right
Bot-Left
- setTexture
void setTexture(IHipTexture texture)
Undocumented in source. Be warned that the author may not have intended to support it.